|
sgdk
|
#include <vdp_tile.h>
Public Attributes | |
| u16 | compression |
| u16 | w |
| u16 | h |
| u16 * | tilemap |
Map structure which contains tilemap background definition.
Use the unpackMap() method to unpack if compression is enabled.
| compression | compression type, accepted values: COMPRESSION_NONE COMPRESSION_APLIB COMPRESSION_RLE COMPRESSION_MAP_RLE |
| w | tilemap width in tile. |
| h | tilemap height in tile. |
| tilemap | Tilemap data. |